Get | getPetById |
Pet Store Web Service > Pets Resource Group : getPetById (Get) |
Name | Description | Data Type |
---|---|---|
petId | ID of pet that needs to be fetched | string |
The response body is of type Pet.
Pet
Represents a single Pet in the Store.
|
Fault | Description |
---|---|
400 | This fault returns a response body of type (undefined). Invalid ID supplied |
404 | This fault returns a response body of type (undefined). Pet not found |